home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 662.swf / scripts / frame_129 / DoAction.as
Text File  |  2006-01-17  |  217b  |  17 lines

  1. player_grade = "";
  2. if(game_over == "player")
  3. {
  4.    tellTarget("over")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9. else if(game_over == "computer")
  10. {
  11.    tellTarget("win")
  12.    {
  13.       gotoAndPlay(2);
  14.    }
  15. }
  16. stop();
  17.